From: Glenn Morris Date: Fri, 18 Sep 2009 07:25:14 +0000 (+0000) Subject: (nxml-end-of-heading): Fix typo in condition-case handler. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10424 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=08e5acf68aa68f504e24c08cc67cf5b5cccb26a0;p=emacs.git (nxml-end-of-heading): Fix typo in condition-case handler. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dab341513a3..ccf0221ad48 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -7,7 +7,8 @@ * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program): * net/eudc.el (eudc-expand-inline): - * net/newst-backend.el (newsticker--cache-read-feed): Fix typos in + * net/newst-backend.el (newsticker--cache-read-feed): + * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in condition-case handlers. 2009-09-18 Nick Roberts diff --git a/lisp/nxml/nxml-outln.el b/lisp/nxml/nxml-outln.el index 4066376ae14..e517f4d9120 100644 --- a/lisp/nxml/nxml-outln.el +++ b/lisp/nxml/nxml-outln.el @@ -795,7 +795,7 @@ Do not move past the end of the line." (let ((pos (condition-case err (and (nxml-scan-element-forward (point) t) xmltok-start) - nil))) + (nxml-scan-error nil)))) (end-of-line) (skip-chars-backward " \t") (cond ((not pos)